Lab 9 - Web Control

a. Problem Statement

Problem 1:
Develop an asp.net page that displays a list of options with check boxes (Use CheckBoxList web control). On clicking a button (web control) the page displays the selected options in a label control.

Problem 2:
Develop a page that displays two text boxes and a button web control. The textboxes are used to capture number of rows and number of columns from user.
(a) On clicking button, generate a table with r rows and c columns. In each cell display row,col values.
(b) Optionally add features of border and image in each cell.

b. Code Report

c. Sample Outputs

Output Screenshot 1 Output Screenshot 2

d. Demonstration

Problem 1 Problem 2
Web hosting by Somee.com